GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-29T09:11:17.0848178+00:00",
"SubmitDate": "2026-01-29T09:11:17.0848178+00:00",
"ReportPeriodStart": "2026-01-29T09:11:17.0848178+00:00",
"ReportPeriodEnd": "2026-01-29T09:11:17.0848178+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cbf73ef3-bd63-456c-9f7c-0837c8c301cf",
"Rows": [
{
"ItemId": "abc7e71c-2e14-4ace-8246-66e231579fc4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "abc7e71c-2e14-4ace-8246-66e231579fc4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cbf73ef3-bd63-456c-9f7c-0837c8c301cf",
"Rows": [
{
"ItemId": "abc7e71c-2e14-4ace-8246-66e231579fc4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "abc7e71c-2e14-4ace-8246-66e231579fc4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"43ec4969-2859-4915-a619-5d836d30cdf6",
"9d851f30-d616-4cb5-b3f6-cab7e13de917"
],
"Approvers": [
"83f5eb80-9787-4795-8026-3f30fe18169a",
"229530da-ff37-4de1-934f-0cea9bd15635"
],
"ApprovedBy": "41de6baf-4e1b-4973-adc9-00a7d0ac43cd",
"ApprovalDate": "2026-01-29T09:11:17.0848178+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2227bbcf-58e7-4e6e-aadb-550e520ac665",
"id": "8f3cad3f-a93d-41d0-bbb0-e94aa683c88c",
"ConfigId": "a82d387d-ab8b-4c9c-8e50-a8e57e5533ea"
},
{
"GenerationDate": "2026-01-29T09:11:17.0848178+00:00",
"SubmitDate": "2026-01-29T09:11:17.0848178+00:00",
"ReportPeriodStart": "2026-01-29T09:11:17.0848178+00:00",
"ReportPeriodEnd": "2026-01-29T09:11:17.0848178+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cbf73ef3-bd63-456c-9f7c-0837c8c301cf",
"Rows": [
{
"ItemId": "abc7e71c-2e14-4ace-8246-66e231579fc4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "abc7e71c-2e14-4ace-8246-66e231579fc4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cbf73ef3-bd63-456c-9f7c-0837c8c301cf",
"Rows": [
{
"ItemId": "abc7e71c-2e14-4ace-8246-66e231579fc4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "abc7e71c-2e14-4ace-8246-66e231579fc4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"43ec4969-2859-4915-a619-5d836d30cdf6",
"9d851f30-d616-4cb5-b3f6-cab7e13de917"
],
"Approvers": [
"83f5eb80-9787-4795-8026-3f30fe18169a",
"229530da-ff37-4de1-934f-0cea9bd15635"
],
"ApprovedBy": "41de6baf-4e1b-4973-adc9-00a7d0ac43cd",
"ApprovalDate": "2026-01-29T09:11:17.0848178+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2227bbcf-58e7-4e6e-aadb-550e520ac665",
"id": "8f3cad3f-a93d-41d0-bbb0-e94aa683c88c",
"ConfigId": "a82d387d-ab8b-4c9c-8e50-a8e57e5533ea"
}
]